Saves the content of the GcSpreadSheet component to the specified stream.
Syntax
'Declaration
Public Overloads Sub SavePdf( _
ByVal As System.IO.Stream, _
ByVal As PdfExportSettings, _
ByVal ParamArray () As System.Integer _
)
'Usage
Dim instance As Workbook
Dim stream As System.IO.Stream
Dim settings As PdfExportSettings
Dim sheetIndexs() As System.Integer
instance.SavePdf(stream, settings, sheetIndexs)
public void SavePdf(
System.IO.Stream ,
PdfExportSettings ,
params System.int[]
)
Parameters
- stream
- The stream to which to save the data.
- settings
- The export settings.
- sheetIndexs
- The index of the sheet.
See Also